3.1.22 \(\int \text {csch}^2(c+d x) (a+b \tanh ^2(c+d x))^3 \, dx\) [22]

3.1.22.1 Optimal result
3.1.22.2 Mathematica [A] (verified)
3.1.22.3 Rubi [A] (verified)
3.1.22.4 Maple [B] (verified)
3.1.22.5 Fricas [B] (verification not implemented)
3.1.22.6 Sympy [F]
3.1.22.7 Maxima [B] (verification not implemented)
3.1.22.8 Giac [B] (verification not implemented)
3.1.22.9 Mupad [B] (verification not implemented)

3.1.22.1 Optimal result

Integrand size = 23, antiderivative size = 64 \[ \int \text {csch}^2(c+d x) \left (a+b \tanh ^2(c+d x)\right )^3 \, dx=-\frac {a^3 \coth (c+d x)}{d}+\frac {3 a^2 b \tanh (c+d x)}{d}+\frac {a b^2 \tanh ^3(c+d x)}{d}+\frac {b^3 \tanh ^5(c+d x)}{5 d} \]

output
-a^3*coth(d*x+c)/d+3*a^2*b*tanh(d*x+c)/d+a*b^2*tanh(d*x+c)^3/d+1/5*b^3*tan 
h(d*x+c)^5/d
 
3.1.22.2 Mathematica [A] (verified)

Time = 2.80 (sec) , antiderivative size = 70, normalized size of antiderivative = 1.09 \[ \int \text {csch}^2(c+d x) \left (a+b \tanh ^2(c+d x)\right )^3 \, dx=\frac {-5 a^3 \coth (c+d x)+b \left (15 a^2+5 a b+b^2-b (5 a+2 b) \text {sech}^2(c+d x)+b^2 \text {sech}^4(c+d x)\right ) \tanh (c+d x)}{5 d} \]

input
Integrate[Csch[c + d*x]^2*(a + b*Tanh[c + d*x]^2)^3,x]
 
output
(-5*a^3*Coth[c + d*x] + b*(15*a^2 + 5*a*b + b^2 - b*(5*a + 2*b)*Sech[c + d 
*x]^2 + b^2*Sech[c + d*x]^4)*Tanh[c + d*x])/(5*d)
 
3.1.22.3 Rubi [A] (verified)

Time = 0.27 (sec) , antiderivative size = 56, normalized size of antiderivative = 0.88, number of steps used = 6, number of rules used = 5, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.217, Rules used = {3042, 25, 4146, 244, 2009}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \text {csch}^2(c+d x) \left (a+b \tanh ^2(c+d x)\right )^3 \, dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \int -\frac {\left (a-b \tan (i c+i d x)^2\right )^3}{\sin (i c+i d x)^2}dx\)

\(\Big \downarrow \) 25

\(\displaystyle -\int \frac {\left (a-b \tan (i c+i d x)^2\right )^3}{\sin (i c+i d x)^2}dx\)

\(\Big \downarrow \) 4146

\(\displaystyle \frac {\int \coth ^2(c+d x) \left (b \tanh ^2(c+d x)+a\right )^3d\tanh (c+d x)}{d}\)

\(\Big \downarrow \) 244

\(\displaystyle \frac {\int \left (b^3 \tanh ^4(c+d x)+3 a b^2 \tanh ^2(c+d x)+a^3 \coth ^2(c+d x)+3 a^2 b\right )d\tanh (c+d x)}{d}\)

\(\Big \downarrow \) 2009

\(\displaystyle \frac {-a^3 \coth (c+d x)+3 a^2 b \tanh (c+d x)+a b^2 \tanh ^3(c+d x)+\frac {1}{5} b^3 \tanh ^5(c+d x)}{d}\)

input
Int[Csch[c + d*x]^2*(a + b*Tanh[c + d*x]^2)^3,x]
 
output
(-(a^3*Coth[c + d*x]) + 3*a^2*b*Tanh[c + d*x] + a*b^2*Tanh[c + d*x]^3 + (b 
^3*Tanh[c + d*x]^5)/5)/d
 

3.1.22.3.1 Defintions of rubi rules used

rule 25
Int[-(Fx_), x_Symbol] :> Simp[Identity[-1]   Int[Fx, x], x]
 

rule 244
Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^2)^(p_.), x_Symbol] :> Int[Expand 
Integrand[(c*x)^m*(a + b*x^2)^p, x], x] /; FreeQ[{a, b, c, m}, x] && IGtQ[p 
, 0]
 

rule 2009
Int[u_, x_Symbol] :> Simp[IntSum[u, x], x] /; SumQ[u]
 

rule 3042
Int[u_, x_Symbol] :> Int[DeactivateTrig[u, x], x] /; FunctionOfTrigOfLinear 
Q[u, x]
 

rule 4146
Int[sin[(e_.) + (f_.)*(x_)]^(m_)*((a_) + (b_.)*((c_.)*tan[(e_.) + (f_.)*(x_ 
)])^(n_))^(p_.), x_Symbol] :> With[{ff = FreeFactors[Tan[e + f*x], x]}, Sim 
p[c*(ff^(m + 1)/f)   Subst[Int[x^m*((a + b*(ff*x)^n)^p/(c^2 + ff^2*x^2)^(m/ 
2 + 1)), x], x, c*(Tan[e + f*x]/ff)], x]] /; FreeQ[{a, b, c, e, f, n, p}, x 
] && IntegerQ[m/2]
 
3.1.22.4 Maple [B] (verified)

Leaf count of result is larger than twice the leaf count of optimal. \(140\) vs. \(2(62)=124\).

Time = 5.62 (sec) , antiderivative size = 141, normalized size of antiderivative = 2.20

method result size
derivativedivides \(\frac {-a^{3} \coth \left (d x +c \right )+3 a^{2} b \tanh \left (d x +c \right )+3 a \,b^{2} \left (-\frac {\sinh \left (d x +c \right )}{2 \cosh \left (d x +c \right )^{3}}+\frac {\left (\frac {2}{3}+\frac {\operatorname {sech}\left (d x +c \right )^{2}}{3}\right ) \tanh \left (d x +c \right )}{2}\right )+b^{3} \left (-\frac {\sinh \left (d x +c \right )^{3}}{2 \cosh \left (d x +c \right )^{5}}-\frac {3 \sinh \left (d x +c \right )}{8 \cosh \left (d x +c \right )^{5}}+\frac {3 \left (\frac {8}{15}+\frac {\operatorname {sech}\left (d x +c \right )^{4}}{5}+\frac {4 \operatorname {sech}\left (d x +c \right )^{2}}{15}\right ) \tanh \left (d x +c \right )}{8}\right )}{d}\) \(141\)
default \(\frac {-a^{3} \coth \left (d x +c \right )+3 a^{2} b \tanh \left (d x +c \right )+3 a \,b^{2} \left (-\frac {\sinh \left (d x +c \right )}{2 \cosh \left (d x +c \right )^{3}}+\frac {\left (\frac {2}{3}+\frac {\operatorname {sech}\left (d x +c \right )^{2}}{3}\right ) \tanh \left (d x +c \right )}{2}\right )+b^{3} \left (-\frac {\sinh \left (d x +c \right )^{3}}{2 \cosh \left (d x +c \right )^{5}}-\frac {3 \sinh \left (d x +c \right )}{8 \cosh \left (d x +c \right )^{5}}+\frac {3 \left (\frac {8}{15}+\frac {\operatorname {sech}\left (d x +c \right )^{4}}{5}+\frac {4 \operatorname {sech}\left (d x +c \right )^{2}}{15}\right ) \tanh \left (d x +c \right )}{8}\right )}{d}\) \(141\)
risch \(-\frac {2 \left (5 a^{3} {\mathrm e}^{10 d x +10 c}+15 a^{2} b \,{\mathrm e}^{10 d x +10 c}+15 a \,b^{2} {\mathrm e}^{10 d x +10 c}+5 b^{3} {\mathrm e}^{10 d x +10 c}+25 a^{3} {\mathrm e}^{8 d x +8 c}+45 a^{2} b \,{\mathrm e}^{8 d x +8 c}+15 a \,b^{2} {\mathrm e}^{8 d x +8 c}-5 b^{3} {\mathrm e}^{8 d x +8 c}+50 a^{3} {\mathrm e}^{6 d x +6 c}+30 a^{2} b \,{\mathrm e}^{6 d x +6 c}-10 a \,b^{2} {\mathrm e}^{6 d x +6 c}+10 \,{\mathrm e}^{6 d x +6 c} b^{3}+50 a^{3} {\mathrm e}^{4 d x +4 c}-30 a^{2} b \,{\mathrm e}^{4 d x +4 c}-10 a \,b^{2} {\mathrm e}^{4 d x +4 c}-10 \,{\mathrm e}^{4 d x +4 c} b^{3}+25 a^{3} {\mathrm e}^{2 d x +2 c}-45 a^{2} b \,{\mathrm e}^{2 d x +2 c}-5 \,{\mathrm e}^{2 d x +2 c} a \,b^{2}+{\mathrm e}^{2 d x +2 c} b^{3}+5 a^{3}-15 a^{2} b -5 a \,b^{2}-b^{3}\right )}{5 d \left ({\mathrm e}^{2 d x +2 c}+1\right )^{5} \left ({\mathrm e}^{2 d x +2 c}-1\right )}\) \(344\)

input
int(csch(d*x+c)^2*(a+b*tanh(d*x+c)^2)^3,x,method=_RETURNVERBOSE)
 
output
1/d*(-a^3*coth(d*x+c)+3*a^2*b*tanh(d*x+c)+3*a*b^2*(-1/2*sinh(d*x+c)/cosh(d 
*x+c)^3+1/2*(2/3+1/3*sech(d*x+c)^2)*tanh(d*x+c))+b^3*(-1/2*sinh(d*x+c)^3/c 
osh(d*x+c)^5-3/8*sinh(d*x+c)/cosh(d*x+c)^5+3/8*(8/15+1/5*sech(d*x+c)^4+4/1 
5*sech(d*x+c)^2)*tanh(d*x+c)))
 
3.1.22.5 Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 572 vs. \(2 (62) = 124\).

Time = 0.26 (sec) , antiderivative size = 572, normalized size of antiderivative = 8.94 \[ \int \text {csch}^2(c+d x) \left (a+b \tanh ^2(c+d x)\right )^3 \, dx=-\frac {4 \, {\left ({\left (5 \, a^{3} + 5 \, a b^{2} + 2 \, b^{3}\right )} \cosh \left (d x + c\right )^{5} + 5 \, {\left (5 \, a^{3} + 5 \, a b^{2} + 2 \, b^{3}\right )} \cosh \left (d x + c\right ) \sinh \left (d x + c\right )^{4} + {\left (15 \, a^{2} b + 10 \, a b^{2} + 3 \, b^{3}\right )} \sinh \left (d x + c\right )^{5} + {\left (25 \, a^{3} + 5 \, a b^{2} - 2 \, b^{3}\right )} \cosh \left (d x + c\right )^{3} + {\left (45 \, a^{2} b + 10 \, a b^{2} - 3 \, b^{3} + 10 \, {\left (15 \, a^{2} b + 10 \, a b^{2} + 3 \, b^{3}\right )} \cosh \left (d x + c\right )^{2}\right )} \sinh \left (d x + c\right )^{3} + {\left (10 \, {\left (5 \, a^{3} + 5 \, a b^{2} + 2 \, b^{3}\right )} \cosh \left (d x + c\right )^{3} + 3 \, {\left (25 \, a^{3} + 5 \, a b^{2} - 2 \, b^{3}\right )} \cosh \left (d x + c\right )\right )} \sinh \left (d x + c\right )^{2} + 10 \, {\left (5 \, a^{3} - a b^{2}\right )} \cosh \left (d x + c\right ) + {\left (5 \, {\left (15 \, a^{2} b + 10 \, a b^{2} + 3 \, b^{3}\right )} \cosh \left (d x + c\right )^{4} + 30 \, a^{2} b + 10 \, b^{3} + 3 \, {\left (45 \, a^{2} b + 10 \, a b^{2} - 3 \, b^{3}\right )} \cosh \left (d x + c\right )^{2}\right )} \sinh \left (d x + c\right )\right )}}{5 \, {\left (d \cosh \left (d x + c\right )^{7} + 7 \, d \cosh \left (d x + c\right ) \sinh \left (d x + c\right )^{6} + d \sinh \left (d x + c\right )^{7} + 3 \, d \cosh \left (d x + c\right )^{5} + {\left (21 \, d \cosh \left (d x + c\right )^{2} + 5 \, d\right )} \sinh \left (d x + c\right )^{5} + 5 \, {\left (7 \, d \cosh \left (d x + c\right )^{3} + 3 \, d \cosh \left (d x + c\right )\right )} \sinh \left (d x + c\right )^{4} + d \cosh \left (d x + c\right )^{3} + {\left (35 \, d \cosh \left (d x + c\right )^{4} + 50 \, d \cosh \left (d x + c\right )^{2} + 9 \, d\right )} \sinh \left (d x + c\right )^{3} + 3 \, {\left (7 \, d \cosh \left (d x + c\right )^{5} + 10 \, d \cosh \left (d x + c\right )^{3} + d \cosh \left (d x + c\right )\right )} \sinh \left (d x + c\right )^{2} - 5 \, d \cosh \left (d x + c\right ) + {\left (7 \, d \cosh \left (d x + c\right )^{6} + 25 \, d \cosh \left (d x + c\right )^{4} + 27 \, d \cosh \left (d x + c\right )^{2} + 5 \, d\right )} \sinh \left (d x + c\right )\right )}} \]

input
integrate(csch(d*x+c)^2*(a+b*tanh(d*x+c)^2)^3,x, algorithm="fricas")
 
output
-4/5*((5*a^3 + 5*a*b^2 + 2*b^3)*cosh(d*x + c)^5 + 5*(5*a^3 + 5*a*b^2 + 2*b 
^3)*cosh(d*x + c)*sinh(d*x + c)^4 + (15*a^2*b + 10*a*b^2 + 3*b^3)*sinh(d*x 
 + c)^5 + (25*a^3 + 5*a*b^2 - 2*b^3)*cosh(d*x + c)^3 + (45*a^2*b + 10*a*b^ 
2 - 3*b^3 + 10*(15*a^2*b + 10*a*b^2 + 3*b^3)*cosh(d*x + c)^2)*sinh(d*x + c 
)^3 + (10*(5*a^3 + 5*a*b^2 + 2*b^3)*cosh(d*x + c)^3 + 3*(25*a^3 + 5*a*b^2 
- 2*b^3)*cosh(d*x + c))*sinh(d*x + c)^2 + 10*(5*a^3 - a*b^2)*cosh(d*x + c) 
 + (5*(15*a^2*b + 10*a*b^2 + 3*b^3)*cosh(d*x + c)^4 + 30*a^2*b + 10*b^3 + 
3*(45*a^2*b + 10*a*b^2 - 3*b^3)*cosh(d*x + c)^2)*sinh(d*x + c))/(d*cosh(d* 
x + c)^7 + 7*d*cosh(d*x + c)*sinh(d*x + c)^6 + d*sinh(d*x + c)^7 + 3*d*cos 
h(d*x + c)^5 + (21*d*cosh(d*x + c)^2 + 5*d)*sinh(d*x + c)^5 + 5*(7*d*cosh( 
d*x + c)^3 + 3*d*cosh(d*x + c))*sinh(d*x + c)^4 + d*cosh(d*x + c)^3 + (35* 
d*cosh(d*x + c)^4 + 50*d*cosh(d*x + c)^2 + 9*d)*sinh(d*x + c)^3 + 3*(7*d*c 
osh(d*x + c)^5 + 10*d*cosh(d*x + c)^3 + d*cosh(d*x + c))*sinh(d*x + c)^2 - 
 5*d*cosh(d*x + c) + (7*d*cosh(d*x + c)^6 + 25*d*cosh(d*x + c)^4 + 27*d*co 
sh(d*x + c)^2 + 5*d)*sinh(d*x + c))
 
3.1.22.6 Sympy [F]

\[ \int \text {csch}^2(c+d x) \left (a+b \tanh ^2(c+d x)\right )^3 \, dx=\int \left (a + b \tanh ^{2}{\left (c + d x \right )}\right )^{3} \operatorname {csch}^{2}{\left (c + d x \right )}\, dx \]

input
integrate(csch(d*x+c)**2*(a+b*tanh(d*x+c)**2)**3,x)
 
output
Integral((a + b*tanh(c + d*x)**2)**3*csch(c + d*x)**2, x)
 
3.1.22.7 Maxima [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 348 vs. \(2 (62) = 124\).

Time = 0.20 (sec) , antiderivative size = 348, normalized size of antiderivative = 5.44 \[ \int \text {csch}^2(c+d x) \left (a+b \tanh ^2(c+d x)\right )^3 \, dx=\frac {2}{5} \, b^{3} {\left (\frac {10 \, e^{\left (-4 \, d x - 4 \, c\right )}}{d {\left (5 \, e^{\left (-2 \, d x - 2 \, c\right )} + 10 \, e^{\left (-4 \, d x - 4 \, c\right )} + 10 \, e^{\left (-6 \, d x - 6 \, c\right )} + 5 \, e^{\left (-8 \, d x - 8 \, c\right )} + e^{\left (-10 \, d x - 10 \, c\right )} + 1\right )}} + \frac {5 \, e^{\left (-8 \, d x - 8 \, c\right )}}{d {\left (5 \, e^{\left (-2 \, d x - 2 \, c\right )} + 10 \, e^{\left (-4 \, d x - 4 \, c\right )} + 10 \, e^{\left (-6 \, d x - 6 \, c\right )} + 5 \, e^{\left (-8 \, d x - 8 \, c\right )} + e^{\left (-10 \, d x - 10 \, c\right )} + 1\right )}} + \frac {1}{d {\left (5 \, e^{\left (-2 \, d x - 2 \, c\right )} + 10 \, e^{\left (-4 \, d x - 4 \, c\right )} + 10 \, e^{\left (-6 \, d x - 6 \, c\right )} + 5 \, e^{\left (-8 \, d x - 8 \, c\right )} + e^{\left (-10 \, d x - 10 \, c\right )} + 1\right )}}\right )} + 2 \, a b^{2} {\left (\frac {3 \, e^{\left (-4 \, d x - 4 \, c\right )}}{d {\left (3 \, e^{\left (-2 \, d x - 2 \, c\right )} + 3 \, e^{\left (-4 \, d x - 4 \, c\right )} + e^{\left (-6 \, d x - 6 \, c\right )} + 1\right )}} + \frac {1}{d {\left (3 \, e^{\left (-2 \, d x - 2 \, c\right )} + 3 \, e^{\left (-4 \, d x - 4 \, c\right )} + e^{\left (-6 \, d x - 6 \, c\right )} + 1\right )}}\right )} + \frac {6 \, a^{2} b}{d {\left (e^{\left (-2 \, d x - 2 \, c\right )} + 1\right )}} + \frac {2 \, a^{3}}{d {\left (e^{\left (-2 \, d x - 2 \, c\right )} - 1\right )}} \]

input
integrate(csch(d*x+c)^2*(a+b*tanh(d*x+c)^2)^3,x, algorithm="maxima")
 
output
2/5*b^3*(10*e^(-4*d*x - 4*c)/(d*(5*e^(-2*d*x - 2*c) + 10*e^(-4*d*x - 4*c) 
+ 10*e^(-6*d*x - 6*c) + 5*e^(-8*d*x - 8*c) + e^(-10*d*x - 10*c) + 1)) + 5* 
e^(-8*d*x - 8*c)/(d*(5*e^(-2*d*x - 2*c) + 10*e^(-4*d*x - 4*c) + 10*e^(-6*d 
*x - 6*c) + 5*e^(-8*d*x - 8*c) + e^(-10*d*x - 10*c) + 1)) + 1/(d*(5*e^(-2* 
d*x - 2*c) + 10*e^(-4*d*x - 4*c) + 10*e^(-6*d*x - 6*c) + 5*e^(-8*d*x - 8*c 
) + e^(-10*d*x - 10*c) + 1))) + 2*a*b^2*(3*e^(-4*d*x - 4*c)/(d*(3*e^(-2*d* 
x - 2*c) + 3*e^(-4*d*x - 4*c) + e^(-6*d*x - 6*c) + 1)) + 1/(d*(3*e^(-2*d*x 
 - 2*c) + 3*e^(-4*d*x - 4*c) + e^(-6*d*x - 6*c) + 1))) + 6*a^2*b/(d*(e^(-2 
*d*x - 2*c) + 1)) + 2*a^3/(d*(e^(-2*d*x - 2*c) - 1))
 
3.1.22.8 Giac [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 202 vs. \(2 (62) = 124\).

Time = 0.42 (sec) , antiderivative size = 202, normalized size of antiderivative = 3.16 \[ \int \text {csch}^2(c+d x) \left (a+b \tanh ^2(c+d x)\right )^3 \, dx=-\frac {2 \, {\left (\frac {5 \, a^{3}}{e^{\left (2 \, d x + 2 \, c\right )} - 1} + \frac {15 \, a^{2} b e^{\left (8 \, d x + 8 \, c\right )} + 15 \, a b^{2} e^{\left (8 \, d x + 8 \, c\right )} + 5 \, b^{3} e^{\left (8 \, d x + 8 \, c\right )} + 60 \, a^{2} b e^{\left (6 \, d x + 6 \, c\right )} + 30 \, a b^{2} e^{\left (6 \, d x + 6 \, c\right )} + 90 \, a^{2} b e^{\left (4 \, d x + 4 \, c\right )} + 20 \, a b^{2} e^{\left (4 \, d x + 4 \, c\right )} + 10 \, b^{3} e^{\left (4 \, d x + 4 \, c\right )} + 60 \, a^{2} b e^{\left (2 \, d x + 2 \, c\right )} + 10 \, a b^{2} e^{\left (2 \, d x + 2 \, c\right )} + 15 \, a^{2} b + 5 \, a b^{2} + b^{3}}{{\left (e^{\left (2 \, d x + 2 \, c\right )} + 1\right )}^{5}}\right )}}{5 \, d} \]

input
integrate(csch(d*x+c)^2*(a+b*tanh(d*x+c)^2)^3,x, algorithm="giac")
 
output
-2/5*(5*a^3/(e^(2*d*x + 2*c) - 1) + (15*a^2*b*e^(8*d*x + 8*c) + 15*a*b^2*e 
^(8*d*x + 8*c) + 5*b^3*e^(8*d*x + 8*c) + 60*a^2*b*e^(6*d*x + 6*c) + 30*a*b 
^2*e^(6*d*x + 6*c) + 90*a^2*b*e^(4*d*x + 4*c) + 20*a*b^2*e^(4*d*x + 4*c) + 
 10*b^3*e^(4*d*x + 4*c) + 60*a^2*b*e^(2*d*x + 2*c) + 10*a*b^2*e^(2*d*x + 2 
*c) + 15*a^2*b + 5*a*b^2 + b^3)/(e^(2*d*x + 2*c) + 1)^5)/d
 
3.1.22.9 Mupad [B] (verification not implemented)

Time = 1.88 (sec) , antiderivative size = 590, normalized size of antiderivative = 9.22 \[ \int \text {csch}^2(c+d x) \left (a+b \tanh ^2(c+d x)\right )^3 \, dx=-\frac {\frac {2\,\left (3\,a^2\,b-b^3\right )}{5\,d}+\frac {2\,{\mathrm {e}}^{2\,c+2\,d\,x}\,\left (3\,a^2\,b+3\,a\,b^2+b^3\right )}{5\,d}}{2\,{\mathrm {e}}^{2\,c+2\,d\,x}+{\mathrm {e}}^{4\,c+4\,d\,x}+1}-\frac {\frac {2\,\left (3\,a^2\,b-a\,b^2+b^3\right )}{5\,d}+\frac {2\,{\mathrm {e}}^{4\,c+4\,d\,x}\,\left (3\,a^2\,b+3\,a\,b^2+b^3\right )}{5\,d}+\frac {4\,{\mathrm {e}}^{2\,c+2\,d\,x}\,\left (3\,a^2\,b-b^3\right )}{5\,d}}{3\,{\mathrm {e}}^{2\,c+2\,d\,x}+3\,{\mathrm {e}}^{4\,c+4\,d\,x}+{\mathrm {e}}^{6\,c+6\,d\,x}+1}-\frac {\frac {2\,\left (3\,a^2\,b-b^3\right )}{5\,d}+\frac {6\,{\mathrm {e}}^{2\,c+2\,d\,x}\,\left (3\,a^2\,b-a\,b^2+b^3\right )}{5\,d}+\frac {2\,{\mathrm {e}}^{6\,c+6\,d\,x}\,\left (3\,a^2\,b+3\,a\,b^2+b^3\right )}{5\,d}+\frac {6\,{\mathrm {e}}^{4\,c+4\,d\,x}\,\left (3\,a^2\,b-b^3\right )}{5\,d}}{4\,{\mathrm {e}}^{2\,c+2\,d\,x}+6\,{\mathrm {e}}^{4\,c+4\,d\,x}+4\,{\mathrm {e}}^{6\,c+6\,d\,x}+{\mathrm {e}}^{8\,c+8\,d\,x}+1}-\frac {\frac {2\,\left (3\,a^2\,b+3\,a\,b^2+b^3\right )}{5\,d}+\frac {12\,{\mathrm {e}}^{4\,c+4\,d\,x}\,\left (3\,a^2\,b-a\,b^2+b^3\right )}{5\,d}+\frac {2\,{\mathrm {e}}^{8\,c+8\,d\,x}\,\left (3\,a^2\,b+3\,a\,b^2+b^3\right )}{5\,d}+\frac {8\,{\mathrm {e}}^{2\,c+2\,d\,x}\,\left (3\,a^2\,b-b^3\right )}{5\,d}+\frac {8\,{\mathrm {e}}^{6\,c+6\,d\,x}\,\left (3\,a^2\,b-b^3\right )}{5\,d}}{5\,{\mathrm {e}}^{2\,c+2\,d\,x}+10\,{\mathrm {e}}^{4\,c+4\,d\,x}+10\,{\mathrm {e}}^{6\,c+6\,d\,x}+5\,{\mathrm {e}}^{8\,c+8\,d\,x}+{\mathrm {e}}^{10\,c+10\,d\,x}+1}-\frac {2\,a^3}{d\,\left ({\mathrm {e}}^{2\,c+2\,d\,x}-1\right )}-\frac {2\,\left (3\,a^2\,b+3\,a\,b^2+b^3\right )}{5\,d\,\left ({\mathrm {e}}^{2\,c+2\,d\,x}+1\right )} \]

input
int((a + b*tanh(c + d*x)^2)^3/sinh(c + d*x)^2,x)
 
output
- ((2*(3*a^2*b - b^3))/(5*d) + (2*exp(2*c + 2*d*x)*(3*a*b^2 + 3*a^2*b + b^ 
3))/(5*d))/(2*exp(2*c + 2*d*x) + exp(4*c + 4*d*x) + 1) - ((2*(3*a^2*b - a* 
b^2 + b^3))/(5*d) + (2*exp(4*c + 4*d*x)*(3*a*b^2 + 3*a^2*b + b^3))/(5*d) + 
 (4*exp(2*c + 2*d*x)*(3*a^2*b - b^3))/(5*d))/(3*exp(2*c + 2*d*x) + 3*exp(4 
*c + 4*d*x) + exp(6*c + 6*d*x) + 1) - ((2*(3*a^2*b - b^3))/(5*d) + (6*exp( 
2*c + 2*d*x)*(3*a^2*b - a*b^2 + b^3))/(5*d) + (2*exp(6*c + 6*d*x)*(3*a*b^2 
 + 3*a^2*b + b^3))/(5*d) + (6*exp(4*c + 4*d*x)*(3*a^2*b - b^3))/(5*d))/(4* 
exp(2*c + 2*d*x) + 6*exp(4*c + 4*d*x) + 4*exp(6*c + 6*d*x) + exp(8*c + 8*d 
*x) + 1) - ((2*(3*a*b^2 + 3*a^2*b + b^3))/(5*d) + (12*exp(4*c + 4*d*x)*(3* 
a^2*b - a*b^2 + b^3))/(5*d) + (2*exp(8*c + 8*d*x)*(3*a*b^2 + 3*a^2*b + b^3 
))/(5*d) + (8*exp(2*c + 2*d*x)*(3*a^2*b - b^3))/(5*d) + (8*exp(6*c + 6*d*x 
)*(3*a^2*b - b^3))/(5*d))/(5*exp(2*c + 2*d*x) + 10*exp(4*c + 4*d*x) + 10*e 
xp(6*c + 6*d*x) + 5*exp(8*c + 8*d*x) + exp(10*c + 10*d*x) + 1) - (2*a^3)/( 
d*(exp(2*c + 2*d*x) - 1)) - (2*(3*a*b^2 + 3*a^2*b + b^3))/(5*d*(exp(2*c + 
2*d*x) + 1))